<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
}

.in_cp {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}




/* in_pro */
.in_pro {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 50px 0;
  background: url(../images/bj_inpro.png) center top repeat;
}
.in_pro .cate {
  float: left;
  width: 240px;
  background: #fff;
  box-shadow: 0 0 20px #ddd;
}
.in_pro .cate .tit {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  background: -webkit-linear-gradient(bottom, #ea3516, #ee5e45);
  background: -moz-linear-gradient(bottom, #ea3516, #ee5e45);
  background: -o-linear-gradient(bottom, #ea3516, #ee5e45);
  background: linear-gradient(bottom, #ea3516, #ee5e45);
}
.in_pro .cate .tit span {
  display: block;
  overflow: hidden;
  font-size: 24px;
  padding: 0 0 5px 0;
}
.in_pro .cate .tit em {
  text-transform: uppercase;
  font-family: 'deckerregular';
  font-size: 12px;
}
.in_pro .cate ul li &gt; a {
  display: block;
  overflow: hidden;
  line-height: 59px;
  padding: 0 0 0 25px;
  background: -webkit-linear-gradient(right, #fff, #f5f5f5);
  background: -moz-linear-gradient(right, #fff, #f5f5f5);
  background: -o-linear-gradient(right, #fff, #f5f5f5);
  background: linear-gradient(right, #fff, #f5f5f5);
  border-bottom: 1px dotted #ddd;
  overflow: hidden;background: #fafafa url(prolgo.png) no-repeat center right 25px;
}
.in_pro .cate ul li:hover &gt; a,
.in_pro .cate ul li.on &gt; a {
  background: rgba(240, 89, 45, 0.8);
  color: #fff;
  overflow: hidden;background: #f37a57 url(prolgo.png) no-repeat center right 25px;
}
.in_pro .cate .tel {
  height: 109px;
  overflow: hidden;
  padding: 5px 25px;
}
.in_pro .cate .tel li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0 0 0;
  line-height: 1;
  color: #888;
  font-size: 13px;
}
.in_pro .cate .tel li .iconfont {
  font-size: 40px;
  margin-right: 5px;
  color: #ea3516;
}
.in_pro .cate .tel li em {
  display: block;
  overflow: hidden;
  color: #ea3516;
  font-size: 18px;
  padding: 5px 0 0 0;
}
.in_pro .box {
  float: right;
  width: 79%;
}
.in_pro .box .tab {
  height: 44px;
  line-height: 44px;
  background: -webkit-linear-gradient(bottom, #fff, #eee);
  background: -moz-linear-gradient(bottom, #fff, #eee);
  background: -o-linear-gradient(bottom, #fff, #eee);
  background: linear-gradient(bottom, #fff, #eee);
  border: 1px solid #eee;
  border-top: 0;
  position: relative;
  margin-bottom: 15px;
}
.in_pro .box .tab li {
  float: left;
  margin-right: 5px;
}
.in_pro .box .tab li a:first-child {
  background: -webkit-linear-gradient(bottom, #fff, #ccc);
  background: -moz-linear-gradient(bottom, #fff, #ccc);
  background: -o-linear-gradient(bottom, #fff, #ccc);
  background: linear-gradient(bottom, #fff, #ccc);
  display: block;
  overflow: hidden;
  padding: 0 25px;
  font-size: 16px;
}
.in_pro .box .tab li .more {
  position: absolute;
  right: 10px;
  top: 0px;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
}
.in_pro .box .tab li .more:hover {
  color: #f0592d;
}
.in_pro .box .tab li.on a:first-child {
  background: -webkit-linear-gradient(bottom, #ea3516, #ee5e45);
  background: -moz-linear-gradient(bottom, #ea3516, #ee5e45);
  background: -o-linear-gradient(bottom, #ea3516, #ee5e45);
  background: linear-gradient(bottom, #ea3516, #ee5e45);
  color: #fff;
}
.in_pro .box .xun ul {
  margin: -10px;
  overflow: hidden;
}
.in_pro .box .xun ul li {
  float: left;
  width: 31.33%;
  margin: 10px;
  box-shadow: 0 0 1px #ccc;
  text-align: center;
  background: -webkit-linear-gradient(top, #fff, #eee);
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: linear-gradient(top, #fff, #eee);
}
.in_pro .box .xun ul li .pic {
  display: block;
  overflow: hidden;
  background: #fff;
}
.in_pro .box .xun ul li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.7s;
}
.in_pro .box .xun ul li .pic img:hover {
  transform: scale(1.1);
}
.in_pro .box .xun ul li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
}
.in_pro .box .xun ul li .cs {
  padding: 10px 0 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_pro .box .xun ul li .cs a {
  display: block;
  overflow: hidden;
  font-size: 12px;
  margin: 0 15px;
  background: -webkit-linear-gradient(bottom, #ea3516, #ee5e45);
  background: -moz-linear-gradient(bottom, #ea3516, #ee5e45);
  background: -o-linear-gradient(bottom, #ea3516, #ee5e45);
  background: linear-gradient(bottom, #ea3516, #ee5e45);
  color: #fff;
  line-height: 30px;
  padding: 0 15px;
}
.in_pro .box .xun ul li .cs a:last-child {
  background: -webkit-linear-gradient(bottom, #f0592d, #f37f5d);
  background: -moz-linear-gradient(bottom, #f0592d, #f37f5d);
  background: -o-linear-gradient(bottom, #f0592d, #f37f5d);
  background: linear-gradient(bottom, #f0592d, #f37f5d);
}
.in_pro .box .xun ul li .cs a:hover {
  opacity: 0.8;
}
/* in_sida */
.in_sida {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 20px 0;
}
.in_sida dl {
  margin-top: 20px;
  overflow: hidden;
}
.in_sida dl dt {
  float: right;
  width: 555px;
  margin-top: 20px;
}
.in_sida dl dt img {
  width: 100%;
  height: auto;
}
.in_sida dl dd {
  float: left;
  width: 550px;
  position: relative;
  padding: 0 0 0 65px;
}
.in_sida dl dd .xh {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ea3516;
  color: #fff;
  width: 50px;
  height: 75px;
  font-size: 32px;
  text-align: center;
  overflow: hidden;
}
.in_sida dl dd .xh i {
  font-family: 'deckerregular';
  line-height: 58px;
  display: inline-block;
}
.in_sida dl dd .xh .one {
  margin-left: 5px;
}
.in_sida dl dd .xh:before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #fff;
  top: 58px;
}
.in_sida dl dd .bt {
  overflow: hidden;
}
.in_sida dl dd .bt strong {
  display: block;
  overflow: hidden;
  color: #333;
  font-size: 26px;
  line-height: 30px;
  padding: 0 0 14px 0;
  border-bottom: 2px dotted #ccc;
  color: #ea3516;
}
.in_sida dl dd .bt em {
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  color: #999;
  padding-top: 10px;
  font-size: 16px;
}
.in_sida dl dd .info {
  line-height: 30px;
  padding-left: 32px;
  margin-top: 15px;
  background: url(icon_ye.gif) no-repeat left 6px;
  margin-bottom: 30px;
  text-align: justify;
}
.in_sida dl dd .info span {
  color: #c01f31;
  font-weight: bold;
}
.in_sida dl:first-child dt {
  float: left;
  margin-top: 0;
}
.in_sida dl:first-child dd {
  float: right;
}

/* in_tit */
.in_tit {
  overflow: hidden;
  text-align: center;
  padding: 0 0 30px 0;
}
.in_tit span {
  font-size: 30px;
  color: #333;
}
.in_tit em {
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 0 8px 0;
}
.in_tit p {
  display: inline-block;
  position: relative;
  color: #888;
}
.in_tit p:before,
.in_tit p:after {
  content: "";
  width: 34px;
  height: 2px;
  background: #f0592d;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.in_tit p:before {
  left: -54px;
}
.in_tit p:after {
  right: -54px;
}
/* in_box */
.in_box {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
/* in_bj */
.in_bj {
  background: #f5f5f5;
}
.container:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
/* in_gsry */
.in_gsry .tab {
  overflow: hidden;
  text-align: center;
  padding: 0 0 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.in_gsry .tab ul li {
  float: left;
}
.in_gsry .tab ul li a {
  display: block;
  overflow: hidden;
  line-height: 44px;
  background: #ecebe8;
  font-size: 16px;
  padding: 0 30px;
}
.in_gsry .tab ul li.on a {
  background: #c01f31;
  color: #fff;
}
.in_gsry .xun ul {
  overflow: hidden;
  margin: 0 -16px;
}
.in_gsry .xun ul li {
  width: 268px;
  float: left;
  overflow: hidden;
  background: #fff;
  margin: 0 16px;
}
.in_gsry .xun ul li .pic {
  display: block;
  overflow: hidden;
}
.in_gsry .xun ul li .pic img {
  width: 100%;
  height: 215px;
  transition: all 0.7s;
}
.in_gsry .xun ul li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 40px;
}
.in_gsry .xun ul li:hover .pic img {
  transform: scale(1.1);
}
.in_gsry .xun ul li:hover .bt {
  background: #ea3516;
  color: #fff;
}
.in_gsry .but {
  overflow: hidden;
  text-align: center;
  padding: 30px 0 0 0;
  font-size: 16px;
  line-height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_gsry .but a {
  background: #c01f31;
  color: #fff;
  padding: 0 35px;
}
.in_gsry .but a:hover {
  background: #ea3516;
}
.in_gsry .but span {
  padding: 0 25px;
  background: #ea3516;
  color: #fff;
  margin-left: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_gsry .but i {
  font-size: 24px;
  margin-right: 10px;
}
/* in_news */
.in_news .tit {
  height: 56px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px dotted #cacaca;
  padding: 0 20px;
}
.in_news .tit span {
  font-size: 16px;
  float: left;
  margin-left: 40px;
  font-weight: bold;
}
.in_news .tit span:first-child {
  margin-left: 0px;
}
.in_news .tit span.on {
  color: #ea3516;
}
.in_news .tit a {
  color: #999999;
  text-transform: uppercase;
  float: right;
}
.in_news .tit a:hover {
  color: #ea3516;
}
.in_news .boxsm {
  background: #fafafa;
  float: right;
  overflow: hidden;
  width: 300px;
  box-shadow: 0 0 15px #eee;
}
.in_news .boxsm .gund {
  height: 355px;
  overflow: hidden;
}
.in_news .boxsm .gund li {
  border-bottom: 1px dotted #d2d2d2;
  overflow: hidden;
  padding: 25px 20px;
  height: 170px;
}
.in_news .boxsm .gund li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(icon_askw.png) left top no-repeat;
  height: 27px;
  line-height: 22px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.in_news .boxsm .gund li .bt:hover {
  color: #f0592d;
}
.in_news .boxsm .gund li p {
  background: url(icon_askd.png) left top no-repeat;
  color: #999999;
  line-height: 22px;
  padding: 0 0 0 30px;
  height: 40px;
  display: block;
  overflow: hidden;
}
.in_news .boxbig {
  width: 850px;
  background: #fafafa;
  float: left;
  overflow: hidden;
  box-shadow: 0 0 15px #eee;
}
.in_news .boxbig .tit {
  padding: 0 30px;
}
.in_news .boxbig .tit span {
  cursor: pointer;
}
.in_news .boxbig dl {
  height: 360px;
  overflow: hidden;
  padding: 30px 10px;
}
.in_news .boxbig dl dt {
  height: 170px;
  position: relative;
  overflow: hidden;
  padding: 0 20px 10px 20px;
}
.in_news .boxbig dl dt .pic {
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.in_news .boxbig dl dt .pic img {
  width: auto;
  height: 170px;
  transition: all 0.7s;
}
.in_news .boxbig dl dt .pic img:hover {
  transform: scale(1.1);
}
.in_news .boxbig dl dt .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.in_news .boxbig dl dt p {
  display: block;
  overflow: hidden;
  height: 104px;
  line-height: 26px;
  margin: 15px 0 10px 0;
}
.in_news .boxbig dl dt .more {
  color: #999999;
  line-height: 20px;
  text-transform: uppercase;
}
.in_news .boxbig dl dt .more:hover {
  color: #ea3516;
}
.in_news .boxbig dl dd {
  padding: 0 20px;
  width: 390px;
  float: left;
}
.in_news .boxbig dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dotted #ddd;
  line-height: 44px;
  position: relative;
  padding: 0 0 0 15px;
}
.in_news .boxbig dl dd a:before {
  position: absolute;
  left: 2px;
  top: 50%;
  content: "";
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 4px solid #ea3516;
  border-bottom: 3px solid transparent;
}
/**********/
.fs-16 {
	font-size: 1.142rem
}
.cn {
	background: url(cn.png) no-repeat left;
	padding-left: 18px;
	line-height: 14px;
	margin-right: 5px
}

.rus {
	background: url(ru.png) no-repeat left;
	padding-left: 18px;
	line-height: 14px;
	margin-left: 8px
}
.zh_cn {
	height:95px;
	padding-top:40px;
}
.gs_bj {
height:646px;	
background-position: center;
background-image:url(../images/gywmbj_07.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top:1px;
}
</pre></body></html>